/ Assembly List / LJCNetCommon / DbColumn / RenameAs

Namespace - LJCNetCommon


Syntax

C#
public String RenameAs

Gets or sets the RenameAs value.

Remarks

This result name is usually the same as the Table Column name. The RenameAs value changes the result name. The result value is retrieved using this name. The Table Name comes from DBMessage.DbQuery.TableName.
      select
        TableName.ColumnName as RenameAs
      

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.